Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636,
authorOwen Taylor <otaylor@redhat.com>
Thu, 17 Jan 2002 22:28:02 +0000 (22:28 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 17 Jan 2002 22:28:02 +0000 (22:28 +0000)
commitcf25093441d43b9225ae0a1a7eceaa31ef3a3d49
tree9107311649f9b0b8a77c5a61e3a6e2effa907649
parentc8698f924d4b0252082eb3eea05bdc2d83480c89
Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636,

Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
gtk_selection_remove_all() here, not in destroy/
finalize. (#66636, Sergey Vlasov)

* gtk/gtkselection.c (gtk_selection_request): Fix
reentrancy problem with multiple conversions.

* gtk/gtkselection.c (gtk_selection_remove_all):
Don't remove incrs, we don't need the widget for
maintain the incr.

* gtk/gtkselection.c (struct _GtkIncrInfo): Remove
the widget field from here, we don't need it.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkselection.c
gtk/gtkwidget.c